home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / matrixbullettimefighting.swf / scripts / DefineButton2_41 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-08  |  159b  |  10 lines

  1. on(release){
  2.    if(P2set._currentframe == 1 || P2set._currentframe == 4)
  3.    {
  4.       tellTarget(P1set)
  5.       {
  6.          gotoAndStop(2);
  7.       }
  8.    }
  9. }
  10.